… = Byte[][…] (gb)

Dim hByteArray As Byte[]
Dim aByte As Byte
aByte = hByteArray [ Index As Integer, ... ]

Returns a value stored in the array at the specified Index.